home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / bakcheck.arc / BAKCHECK.DOC < prev    next >
Encoding:
Text File  |  1986-08-01  |  1.2 KB  |  52 lines

  1.  
  2.  
  3.                                  BAKCHECK
  4.  
  5.  
  6.  
  7. Description:
  8.  
  9.     BAKCHECK is a simple utility designed to remind users to regularly 
  10. back up their fixed disks.  Given an optional parameter, it checks to see 
  11. if a backup has been performed in that many days.  If it hasn't the user 
  12. is asked if a backup should be performed.  If a backup is to be performed, 
  13. the file BACKIT.BAT is executed.
  14.  
  15.  
  16.  
  17. Use:
  18.  
  19.     The typical usage for BAKCHECK is to add a line to the AUTOEXEC.BAT 
  20. like:
  21.          BAKCHECK  20
  22.  
  23. where backups are suggested on 20 day intervals.  A BAT file named 
  24. BACKIT.BAT must be available on the system.  It would usually look like:
  25.  
  26.          BACKUP C:\*.* A: /S
  27.  
  28. but could contain any valid commands to backup your individual system.
  29.  
  30.  
  31.  
  32. Comments:
  33.  
  34.     Any backups performed that were not initiated with the BAKCHECK 
  35. program will not update the data file that remembers the last backup date. 
  36.  
  37.  
  38.     The program creates a file in the root directory named BACKDATE.DAT.  
  39. This short file containing the date of the last backup.  If you don't want 
  40. to look at it all the time it can be hidden with the appropriate utility 
  41. (like Norton or similar).
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. Glen Thompson
  50.  
  51.  
  52.